Deavmi's coding shack
Commit 044736d87427051aefbf0e3dc75c359d6fca1d8a
Parents : 17195fa
Author : Tristan B. Kildaire <deavmi@redxen.eu>
Date : 2021-05-31T16:35:41+02:00
Updated example code page generation how-to page
Changes
1 files changed, 5 insertions(+), 1 deletions(-)
Diff
diff --git a/new_docs/content/documentation/examples/how.md b/new_docs/content/documentation/examples/how.md
index 674f54e..0210aa9 100644
--- a/new_docs/content/documentation/examples/how.md
+++ b/new_docs/content/documentation/examples/how.md
@@ -9,10 +9,12 @@ The code examples page is generated via the following script (and then Hugo simp
This page is made with the following script:
```bash
-# Delete everything (except index page)
+# Delete everything (except index page and generationScript page)
mv _index.md bruh
+mv how.md bruh2
rm *.md
mv bruh _index.md
+mv bruh2 how.md
rm -rf tFiles
@@ -39,4 +41,6 @@ do
p=$(($p+1))
done
+
+
```
\ No newline at end of file
Served by rngit 1.5.0 - Generated in 0.05s